home *** CD-ROM | disk | FTP | other *** search
/ Super PC 35 / Super PC 35 (Shareware).iso / spc / UTIL / READ602 / READMAKE.DOC < prev    next >
Encoding:
Text File  |  1996-02-16  |  4.2 KB  |  95 lines

  1. READMAKE.DOC                         1                         Revised: 02/16/96
  2.  
  3. The READMAKE program makes any text file into an executable viewable file.   The
  4. viewer is a version of the READ  program  and  supports  backscrolling,  EGA/VGA
  5. modes, searching, copying, and printing.  See the separate READ.DOC file  for  a
  6. description of the READ program's capabilities.   The  only  difference  between
  7. viewing the file with READ vs viewing it in this self-viewable mode is that  you
  8. can't specify any file specification when you use the self-viewable mode.
  9.  
  10. The self-viewable file uses the READ.INI file if one exists.  See  READ.DOC  for
  11. an explanation of this file.  READMAKE itself does not use this file however.
  12.  
  13.  
  14. Syntax:
  15.  
  16.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  17.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="title" ] [ /? ]
  18.  
  19. where:
  20.  
  21. "infile" is the name of the text file you  want  to  make  self-viewable.   Full
  22. drive and path specifications are allowed.
  23.  
  24. "outfile" is the name of the executable file you want to create.  Any  extension
  25. is ignored (it has to be an .EXE file).  You can specify a  drive  and  path  if
  26. desired.  If "outfile" is not specified,  the  routine  will  presume  that  the
  27. output file name is the same as the infile name, with an EXE extension.
  28.  
  29. "/OVERWRITE" says to overwrite the outfile if it already exists.
  30.  
  31. "/-OVERWRITE" says to abort if the output file exists already.
  32.  
  33. "/OVERASK" says to prompt if the output file exists already; default.
  34.  
  35. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date/time  stamp  will
  36. appear when the person views the file.  "/DATE=FILE" means they'll see the  date
  37. and time that the original text file was last  created/modified.   "/DATE=TODAY"
  38. means they'll see the date and time that you  ran  READMAKE  on  the  file.   By
  39. default, they will see /DATE=TODAY.
  40.  
  41. "/DATE=NONE" says that no date/time stamp at all will be shown.  This allows the
  42. title to be up to 44 characters in length, instead of the normal 29.
  43.  
  44. "/TITLE="title"" allows you to specify  a  short  (normally  not  to  exceed  29
  45. characters) title line to appear at the bottom of the viewing screen.  Normally,
  46. this title should not exceed 29 characters.  If  /DATE=NONE  is  specified,  the
  47. title can be extended to 44 characters.  Any characters after the maximum length
  48. will be ignored.  The title must be provided  within  quotation  marks.   If  no
  49. title is provided, then the default title is "Text file viewer".
  50.  
  51. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  52.  
  53.  
  54.  
  55. READMAKE.DOC                         2                         Revised: 02/16/96
  56.  
  57. Return codes:
  58.  
  59. READMAKE returns the following ERRORLEVEL codes:
  60.         0 = no problems
  61.       254 = internal problem finding string, contact Wayne Software
  62.       255 = syntax problems, file not found, or /? requested
  63.  
  64.  
  65. Author:
  66.  
  67. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  68. and redistribution provided relevant documentation is kept with the program,  no
  69. changes are made to the program or documentation, and it  is  not  bundled  with
  70. commercial programs or charged for separately.  People who need to bundle it  in
  71. for-sale packages must pay a $50 registration fee to  "Wayne  Software"  at  the
  72. following address.
  73.  
  74. Additional information about this and other Wayne Software programs can be found
  75. in the file BRUCEymm.DOC which should be included  in  the  original  ZIP  file.
  76. ("ymm" is replaced by the last digit of the year and the two digit month of  the
  77. release.  BRUCE512.DOC came out in December 1995.  This same  naming  convention
  78. is used in naming the ZIP file that this program was included in.) Comments  and
  79. suggestions can also be sent to:
  80.  
  81.                 Bruce Guthrie
  82.                 Wayne Software
  83.                 113 Sheffield St.
  84.                 Silver Spring, MD 20910
  85.  
  86.                 fax: (301) 588-8986
  87.                 e-mail: bguthrie@nmaa.org
  88.                 http://hjs.geol.uib.no/guthrie/
  89.  
  90. See BRUCEymm.DOC file for additional contact information.
  91.  
  92. Foreign users:  Please provide an Internet e-mail address in all correspondence.
  93.  
  94. 
  95.